#include <src/user/pspthreadman.h>
Data Fields | |
| SceSize | size |
| Size of the structure. | |
| char | name [32] |
| Nul terminated name of the thread. | |
| SceUInt | attr |
| Thread attributes. | |
| int | status |
| Thread status. | |
| SceKernelThreadEntry | entry |
| Thread entry point. | |
| void * | stack |
| Thread stack pointer. | |
| int | stackSize |
| Thread stack size. | |
| void * | gpReg |
| Pointer to the gp. | |
| int | initPriority |
| Initial priority. | |
| int | currentPriority |
| Current priority. | |
| int | waitType |
| Wait type. | |
| SceUID | waitId |
| Wait id. | |
| int | wakeupCount |
| Wakeup count. | |
| int | exitStatus |
| Exit status of the thread. | |
| SceKernelSysClock | runClocks |
| Number of clock cycles run. | |
| SceUInt | intrPreemptCount |
| Interrupt preemption count. | |
| SceUInt | threadPreemptCount |
| Thread preemption count. | |
| SceUInt | releaseCount |
| Release count. | |
|
|
Thread attributes.
|
|
|
Current priority.
|
|
|
Thread entry point.
|
|
|
Exit status of the thread.
|
|
|
Pointer to the gp.
|
|
|
Initial priority.
|
|
|
Interrupt preemption count.
|
|
|
Nul terminated name of the thread.
|
|
|
Release count.
|
|
|
Number of clock cycles run.
|
|
|
Size of the structure.
|
|
|
Thread stack pointer.
|
|
|
Thread stack size.
|
|
|
Thread status.
|
|
|
Thread preemption count.
|
|
|
Wait id.
|
|
|
Wait type.
|
|
|
Wakeup count.
|
1.4.6